home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000234_Petri_member@newsguy.com_Tue Apr 20 14:09:51 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!iad-feed.news.verio.net!ord-feed.news.verio.net!stl-feed.news.verio.net!news.cc.ukans.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn51feed!worldnet.att.net!129.250.175.17!pln-w!spln!dex!extra.newsguy.com!newsp.newsguy.com!drn
  2. From: Petri <Petri_member@newsguy.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Running kermit from within glftpd
  5. Date: 20 Apr 2004 09:27:29 -0700
  6. Organization: Newsguy News Service [http://newsguy.com]
  7. Lines: 55
  8. Message-ID: <c63j1h02vut@drn.newsguy.com>
  9. References: <c61fv402ovm@drn.newsguy.com> <m1y8or8iss.gnus@usa.net> <c63ahj022do@drn.newsguy.com> <KXahc.24803$mX.7955553@twister.nyc.rr.com> <slrnc8ag45.8v3.fdc@sesame.cc.columbia.edu>
  10. NNTP-Posting-Host: p-715.newsdawg.com
  11. X-Newsreader: Direct Read News 4.20
  12. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14951
  13.  
  14. In article <slrnc8ag45.8v3.fdc@sesame.cc.columbia.edu>, Frank da Cruz says...
  15. > On 2004-04-20, Jeffrey Altman <jaltman2@nyc.rr.com> wrote:
  16. >: Your problems with running Kermit from within a chroot jail
  17. >: are no longer related to Kermit.  I suggest you ask your
  18. >: questions in a linux related forum and attempt to find an
  19. >: answer to the question
  20.  
  21. > Or maybe try some other way of doing the same thing?  Are you
  22. > trying to install Kermit so it can be run "underneath" glftpd?
  23.  
  24. Spawned from within glftpd, yes.
  25.  
  26. > I'm not quite sure what glftpd is, even after looking at a
  27. > couple websites.
  28.  
  29. It is a fairly configurable ftp-server.
  30. Not my choice of software though, this setup isn't mine.
  31. I have just been asked to create some extra features to the ftp-server.
  32.  
  33. > Does this mean you want ftp clients to be able to make
  34. > connections to glftpd, and then send SITE commands to run
  35. > C-Kermit?
  36.  
  37. Exactly.
  38. The users run site commands against glftpd, which in turn runs some Perl
  39. wrappers I wrote, that then create Kermit sessions to perform various operations
  40. at other related ftp-servers.
  41.  
  42. > Anyway, would it help you to know that C-Kermit has its own
  43. > "chroot" command?
  44. > Even when C-Kermit is not running in a chroot "jail", it can limit
  45. > file access to any given rooted tree that is visible to it, without
  46. > having to make copies of libraries and other files just so it can
  47. > perform this service.
  48.  
  49. If I understand you correctly, I need the opposite.
  50. I would need Kermit to look for libraries outside of the "jail" at /glftpd, back
  51. out in /.
  52.  
  53. Jeffrey informed me that the error message was in fact from the Kerberos
  54. library, not from Kermit, as I thought.
  55. I found a couple of references to the message from Google, and they both suggest
  56. I should re-install an rpm called krb5-libs-x.x.x-x.
  57. But I don't have a problem with it on the system, only inside the jail. :(
  58. One of the references also suggested running ldconfig, which I did inside the
  59. jail, and it found a couple of files it wanted to be symlinks instead, so I
  60. fixed that so it exactly matches the system.
  61. But I still get the same error message. :(
  62.  
  63. I know this isn't a Kermit problem really, but I'd gladly accept any tips you
  64. can share. :)
  65.  
  66.  
  67. Petri
  68.